home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol K-12 / Vol K-12.iso / games / extrem_t.exe / scripts / DefineButton2_477 / BUTTONCONDACTION on(release).as
Text File  |  2012-08-27  |  94b  |  5 lines

  1. on(release){
  2.    _parent.gotoAndStop(_parent._currentFrame - 1);
  3.    this.gotoAndPlay(1);
  4. }
  5.